FiltersΒΆ
HTTP filter architecture overview.
{
"name": "...",
"config": "{...}"
}
- name
- (required, string) The name of the filter to instantiate. The name must match a supported filter.
- config
- (required, object) Filter specific configuration which depends on the filter being instantiated. See the supported filters for further documentation.